@charset "utf-8";
/* CSS Document */
body {font-family: 'Roboto Mono', monospace;
    margin-left: 25px;
    background-color: white;
    color:black;
}

header {
   letter-spacing:10px;
    font-size:100%; 
    font: 'Roboto Mono', monospace;}

hr {border: 2px solid #FFCC00;}



h0 {font-family: 'Roboto Mono', monospace;
    font-size: 180%;
    letter-spacing:20px;
    text-align: left;
}

.lema {font-family: 'Roboto Mono', monospace;
    font-size: 150%;
    letter-spacing:5px;
    text-align: right;
    margin-right: 75px;
    margin-top: 25px;}


.logo {margin-right: 50px;
    margin-top: 25px;
    width: 50%
}

.rs {float:right; 
   display:block;
   font-family: 'Roboto Mono', monospace;
    font-size: 100%;
    letter-spacing:1px;
    margin-right: 25px;
}


h1 {font-size:20px; 
    letter-spacing:10px; 
    float:inherit;
    ;
    }

h2 {font-family: 'Roboto Mono', monospace;
    font-size: 100%;
    letter-spacing:5px;
    text-align: left;}

nav {float:left;
     margin-top: 25px;
    margin-left: 0px;}

.menuUL li {font-family:'Roboto Mono', monospace;
    

            font-size: 120%;
            display:inline;
            text-align: center;
            color: black;
            
            }

.menuUL li a{ color: black;
              text-decoration:none;
}



.menuUL li a:hover {opacity: .85;
        cursor: pointer;
        color: #FFF383;
        background: #FFCC00;}

.menuUL li a,.menuUL li a {
        
    margin-bottom: 1px;
    padding:3px 15px;
    margin:1px 5px;
}



section{margin-top: 10%;
        width: auto;
        height: auto;}

section1{margin-top: 10%;
        width: auto;
        height: auto;}

section2 {margin-top: 10%;
        width: auto;
        height: auto;}

section3 {margin-top: 10%;
        width: auto;
        height: auto;}
legal {margin-top: 10%;
        width: auto;
        height: auto;
float:left;
margin-left: 50px}
         
#prueba  {display: flex;
        font-size: 100%;}

#texto {margin-left: 2%;
margin-right: 10%}

.equipo {width: 100%;
    height: 100%;
    display: flex;
    }

#bio { margin-left: 3px;
width:60%;}

.hover-bio-wrapper {
 position: relative;
 color: rgba(0,0,0,0);
 width: 17%;
margin:1%;
}

.hover-bio-wrapper h2 {font-size:110%;}

figure.hover-bio img{
 display: block;
}
   
figure.hover-bio {
 position: relative;
 overflow: hidden;
 margin: 0;
 padding: 0;
 display: inline-block;
 line-height: 0;
   
}
   
figure.hover-bio::before, figure.hover-bio::after{
 position: absolute;
 background: black;
 opacity: 0.3;
 content: '';
 height: 100%;
 width: 100%;
 display: block;
 top: 0;
 left 0;
 -moz-transform: translate3d(0, -100%, 0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 -moz-transition: all 0.8s;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
   
figure.hover-bio figcaption{
 position: absolute;
 background: #fff;
 display: block;
 line-height: 1.7em;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 text-align: left;
 padding: 10px;
 z-index: 100;
 width: 100%;
 max-height: 100%;
 overflow: hidden;
 top: 50%;
 left: 0;
 -moz-transform: translate3d(-100%, -50%, 0);
 -webkit-transform: translate3d(-100%, -50%, 0);
 transform: translate3d(-100%, -50%, 0);
 opacity: 0;
 -moz-transition: all 0.8s;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
   
figure.hover-bio img{
 -moz-transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 -moz-transition: all 0.8s;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
}
   
figure.hover-bio figcaption{
 top: 100%;
 opacity: 1;
 -moz-transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
   
figure.hover-bio:hover img {
 opacity: .5;
}
   
figure.hover-bio:hover figcaption{
 background-color: #FFCC00;
 color: #fff;
 opacity: .9;
 -moz-transform: translate3d(0, -100%, 0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 -moz-transition: all 0.8s;
 -webkit-transition: all 0.8s;
 transition: all 0.8s;
 box-shadow: 0px -2px 28px rgba(255,255,255, 0.3);
}


h3 {font-size: 120%;
    letter-spacing:8px;
    margin-left: 25%;
}   

.link{color:#FFCC00;
font:bold;}

.imagen {float: right; 
   display:inline-block;
   font-family: 'Roboto Mono', monospace;
    font-size: 100%;
    letter-spacing:1px;
    margin-right: 25px;}


.proyecto {width: 90%;}
.proyecto1 {display: inline-block;
            margin-left: 10%;}
.proyecto1{font-size: 10%;}
.escrito1{width: 100%;
margin-left: 10px}

.imagen1{float: right; 
   display:inline-block;
   font-family: 'Roboto Mono', monospace;
    font-size: 100%;
    letter-spacing:1px;
    margin-right: 25px;}

#menu{ display:inline;}

#portada img {  
    margin-left:1.5%;
    width:100%; 
    max-width: 97%;
    max-height: 10%;
 }

#contacto img {width: 100%;}




.contacto {display: flex;
      width: 90%;
margin: 2%;}

#adress {width: 35%;}

/* -------- formulario --------- */

.formulario_contacto {width: 40%;}

.formulario_contacto ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.formulario_contacto li {
    padding: 12px;
   
   position: relative;
}

.formulario_contacto h2 {
    margin: 0;
    display: inline;
}

.datos_obligatorios {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}

 
.formulario_contacto label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

.formulario_contacto input {
    height: 20px;
    width: 220px;
    padding: 5px 8px;
}

.formulario_contacto textarea {
    padding: 8px;
    width: 300px;
}

.formulario_contacto button {
    margin-left: 156px;
}

/* form element visual styles */
.formulario_contacto input, .formulario_contacto textarea {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    padding-right: 30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

    .formulario_contacto input:focus, .formulario_contacto textarea:focus {
        background: #fff;
        border: 1px solid orange;
        box-shadow: 0 0 3px #aaa;
        padding-right: 70px; }




button.envio {
    background-color: #fcf9f9;
   font-family: 'Roboto Mono', monospace;
    border: 1px solid #aaa;
    padding: 6px 20px;
    text-align: center;
    
}

    button.envio:hover {
        opacity: .85;
        cursor: pointer;
        color: white;
        background: orange;
    }

    button.envio:active {
        
        box-shadow: 0 0 10px 5px orange inset;
        -webkit-box-shadow: 0 0 10px 5px orange inset;
        -moz-box-shadow: 0 0 10px 5px orange inset;
        -ms-box-shadow: 0 0 10px 5px orange inset;
        -o-box-shadow: 0 0 10px 5px orange inset;
    }

/* ---- Pie de página ---- */


footer {display: block;
        margin-bottom: 20px ;
        margin-top: 20px; 
        margin-left: 20px;
        margin-right: 20px;
        }

#main-footer .izquierda {
    text-decoration: none;
    color: black;
    width: 20%;
    margin-left: 50px;
    text-align: left;   
    float: left;
}

#main-footer .izquierda a{ text-decoration: none;
    color:black;}

#main-footer .derecha {
    text-decoration: none;
    color: black;
    width: 70%;
    margin-right: 50px;
    text-align: right;
    float: right;
}

a {text-decoration: none;}


/*----Scroll----*/

#navbar {
    background-color: #333; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top: -50px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

/* Style the navbar links */
#navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}
